CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - double buffering

搜索资源列表

  1. 消除闪烁的新方法

    0下载:
  2. 使用双缓冲机制(Double buffering)来解决屏幕的闪烁现象-use double buffering mechanism (Double buffering) to resolve the scintillation screen phenomenon
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:36786
    • 提供者:袁耀辉
  1. 在OpenGL视图中绘制动画

    2下载:
  2. 利用mfc设定计时器和帧缓存技术,可以制作出流畅的动画。一般用opengl向正方体表面添加各种颜色,以达到双缓存动画的实现。-use mfc set the timer and frame buffer technology, can produce smooth animation. General use opengl cube surface to add color to achieve double-buffering to achieve animation.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40556
    • 提供者:石头
  1. 五子棋W

    0下载:
  2. 一个五子棋程序,其中用双缓冲技术解决了棋子闪烁的问题 -a 331 procedures, which use double buffering technology to solve the problem pawn scintillation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1112795
    • 提供者:文宇
  1. 实例 100

    0下载:
  2. 简单的OpenGL动画。实现运动彩色立方体的旋转。OpenGl动画主要是通过提供的双缓存实现。一个用来作图,一个用来显示。-simple animation. Moving color cube rotation. OpenGl animation is mainly through the provision of the double-buffering to achieve. For a graphic, a showing.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38489
    • 提供者:许辉
  1. DCFlash

    1下载:
  2. 使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者是ActiveX控件中加入CMemDC类是非常方便的。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2448
    • 提供者:罗成
  1. 实例解说双缓冲机制

    0下载:
  2. 这是一个实例解说双缓冲机制的程序,在图形学方面有很多的应用-This is an example of double-buffering mechanism to explain the procedures, the graphics have many applications
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:25739
    • 提供者:胡立新
  1. Double

    0下载:
  2. Double Buffering Demo
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1799
    • 提供者:Orange
  1. doubleBuffer.rar

    1下载:
  2. 用双缓存绘图的VC代码,希望能给大家仅供参考,绘制出“不卡的界面”。,Using double-buffering the drawing of the VC code, we hope that they will be for reference only, to map out
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:37649
    • 提供者:侯颖超
  1. dbbtest1

    0下载:
  2. 压缩包内含有具体实例解说双缓冲,内容很全面的。-Compressed packet contains specific examples to explain double buffering, which is very comprehensive.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:18665
    • 提供者:jly
  1. double

    0下载:
  2. opengl的双缓冲小例子,能够进行扩展-opengl small example of the double buffering, can be extended
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:10695
    • 提供者:slei
  1. double-buffering-Draw

    0下载:
  2. 双缓冲绘图技术的一个实现,希望对大家有所帮助。-Double buffering graphics technology, an implementation, we want to help.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:268254
    • 提供者:eddy
  1. Double-buffering-graphics

    0下载:
  2. 双缓冲绘图编程实验。实现绘图操作的快速,无闪烁-realise the Double buffering graphics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:169702
    • 提供者:张正涛
  1. Double-Buffer

    0下载:
  2. 源码实现了贴图的双缓冲技术,对于C#游戏编程有很大帮助-The source texture double buffering technology C# Game Programming
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:143409
    • 提供者:小刚
  1. Double-Buffering

    0下载:
  2. 使用双缓冲技术防止重绘时闪烁的一个简单例子,在图片上绘制一个矩形用于选择一片区域-A simple example using double buffering to prevent flickering when redraw,it draws a rectangle on the image to select a region.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:160084
    • 提供者:IversonSun
  1. VC-Double-buffer-technology-test

    0下载:
  2. 在vs2008下基于MFC编写的一个关于双缓存的小程序,通过两个按钮响应,对比在加入双缓存后界面变化情况。-Based in vs2008 MFC prepared a small program on double-buffering via two buttons response, compared to the addition of dual-cache interface changes,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:8505998
    • 提供者:枯木生根
  1. double-buffering

    0下载:
  2. // 经过改进后,画面刷新速度大大加快,绝对看不到任何的“扫描线”,帧数也从5帧一下就提高到了9帧, // 几乎是两倍于前的速度。这究竟是什么原因呢?让我来讲述其中的道理。 // 因为圆是要一个一个画上去,所以每画一个圆,系统就要做一次图形的绘制操作, // 图形的重绘是很占用资源的,当需要重绘的图形数量很多的时候,所造成的系统开销就特别大, // 造成我们看到的那种刷新缓慢的情况。那么如何来解决这个问题呢? //答案就是双缓冲,何谓“双缓冲”?它的基
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:52421
    • 提供者:王斌
  1. double-BUffer

    0下载:
  2. 基于mfc中的双缓冲。简单的实例,根据这个可以轻松实现双缓冲。不闪屏-Based on the mfc double buffering. Simple example, this can be easily achieved based on double buffering. No splash screen
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:960239
    • 提供者:白贺京
  1. Double

    0下载:
  2. 教程3交互使用GLUT双缓冲演示图像,适合初学者。-Tutorial 3 interactive presentations using GLUT double buffering image, suitable for beginners.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:kpwong
  1. DAC0832Double-buffering-mode

    2下载:
  2. dac0832双缓冲工作模式程序 8位D/A转换器-dac0832 double buffering mode program 8 D/A converter
  3. 所属分类:SCM

    • 发布日期:2015-08-15
    • 文件大小:53248
    • 提供者:zc
  1. Double-buffering-technology

    0下载:
  2. 如果窗体在响应WM_PAINT消息的时候要进行复杂的图形处理,由于窗体在频繁的用背景色来擦除原有图形,引起了很大的视觉反差。从而引起了闪烁。解决这一问题的有效方法就是双缓冲技术。-If the form is in response to WM_PAINT message when complex graphics, as in the form of frequent with the background color to erase the original graphics, cause
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:11732
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com